KeyVerificationFinalOrBuilder

interface KeyVerificationFinalOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getIsSender(): Boolean
bool isSender = 3;
Link copied to clipboard
abstract fun getNonce(): Long
uint64 nonce = 1;
Link copied to clipboard
abstract fun getRemoteLongname(): String
string remote_longname = 2;
Link copied to clipboard
abstract fun getRemoteLongnameBytes(): ByteString
string remote_longname = 2;
Link copied to clipboard
string verification_characters = 4;
Link copied to clipboard
abstract fun getVerificationCharactersBytes(): ByteString
string verification_characters = 4;